home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 18 / Commodore_Free_Issue_18_2008_Commodore_Computer_Club.d64 / t.b guide 3.1 < prev    next >
Text File  |  2023-02-26  |  12KB  |  385 lines

  1. u
  2. In the Beginning
  3. by Lord Ronin from Q-Link
  4.  
  5. Chapter 3, Section 1
  6.  
  7. Right then lets do it again. You type
  8. in ..
  9.  
  10. LOAD"0:*",8,1
  11.  
  12.  LOAD is telling the computer what you
  13. want it to do. Which will be in the
  14. quotes. 0 is that hang over from two
  15. drives on one number. Commas are sort
  16. of like a separator. 8 is the disk
  17. drive number and that 1 at then end.
  18. Well that is used for ML <we will get
  19. to that later> programmes. Works for
  20. Basic most of the time as well. That *
  21. thing is a wildcard to load the first
  22. prg on the disk.
  23.  
  24.  OK you then press return and
  25. something should happen. If everything
  26. is fine, you may see a fast "searching
  27. for *". Then loading it and the screen
  28. should change and the prg starts.
  29. Well, there is that old saying about
  30. the best laid plans of mice, men and
  31. machines. Nothing may happen at all.
  32. So lets troubleshoot that part.
  33.  
  34.  First it could be the load command I
  35. gave you. Change it to ...
  36.  
  37. LOAD"0:*",8 press return
  38.  
  39.  This will load but not run the
  40. programme. When it has loaded and the
  41. ready is flashing type ...
  42.  
  43. RUN press return
  44.  
  45.  That is the 70% of the time fix to
  46. the problem.
  47.  
  48.  But, Yet, However there can be
  49. another problem. That being the first
  50. prg on the disk isn't the one that
  51. loads the files. This is found on some
  52. factory/commercial disks. If you are
  53. using one of them for your first time
  54. <I did> and are very lucky <I wasn't>
  55. Then you have the manual for the disk.
  56. Which should tell you the load
  57. command. More often you just have the
  58. disk, and if you are fortunate. The
  59. load command is written on the disk
  60. label. Now it is possible to type in
  61. the exact filename that you want to
  62. load. Like ... 
  63.  
  64. LOAD"AD&D DICE",8,1 press RETURN
  65.  
  66.  That will find the programme on the
  67. disk of that name and load it for you.
  68. As well as most of the time running
  69. it. A trick here is the wildcard. That
  70. is the * symbol. If you are like me,
  71. old and mentally incompetent. OK maybe
  72. not like me,but you can't memorise the
  73. spelling of every prg on your disk.
  74. You can type ...
  75.  
  76. LOAD"AD&D*",8,1 press RETURN
  77.  
  78.  This command will load the first
  79. programme on the disk that starts with
  80. AD&D. We can discuss this a bit more
  81. later on. Right now, you want to see
  82. what is on the disk and what happens
  83. to the screen. Or what is on the tape
  84. or what is on that cart, oral of the
  85. above. Take a look at the things for a
  86. while. We can do more after you have
  87. had a little fun.
  88.  
  89. :::::::::
  90.  
  91.  What did you see? A game, a tool, a
  92. utility a something or another? Did
  93. you look at a factory disk, some
  94. backup copy or a disk that had a
  95. collection of separate unrelated
  96. files? Sure I know that you have seen
  97. a something that may or may not have
  98. impressed you with the C=. We are
  99. talking about 8bit graphics and all of
  100. that 80s stuff. You have just seen
  101. something that probably didn't make
  102. that much sense. Don't worry, I wanted
  103. you to have some hands on with
  104. programmes. See what can be done in
  105. some form. Now then we get to some of
  106. the meat of the C=.
  107.  
  108.  Lets admit at this point that the
  109. thing works differently than what you
  110. already know on other platforms. How
  111. to operate a programme is different.
  112. You have to tell it to load and
  113. perhaps to run. What you saw on the
  114. screen, well it wasn't 16,500,000
  115. colours, of which according to Ripley
  116. you can only see the 500,000. Nor does
  117. it have stereo sound. Unless you have
  118. a modified one or the Stereo SIDcart
  119. plugged into it.
  120.  
  121.  Lets get into what the computer does,
  122. after we go into some background. This
  123. part is antidote in part. Part also
  124. from readings and talks with other
  125. users.
  126.  
  127.  This unit came out in 1982ce. Some
  128. people say in January, others say in
  129. June. What it did was change the
  130. computer world. Yeah that little thing
  131. changed the computer world. Ill add
  132. that it changed the world period.
  133.  
  134.  Tough talk and that needs an
  135. explanation. So here we go, and yeah I
  136. am and have been actually using that
  137. manual during the previous stuff. Take
  138. a look at the keyboard. Not the same
  139. as you have seen before. I mentioned
  140. the return vs. the enter key. Notice
  141. that at the top row the third key from
  142. the right is a British pound sterling
  143. symbol <>. Don't have that on your
  144. other keyboard. Nor a C=key or a
  145. run/stop key or even a clr/home or
  146. inst/del key. Depending on your model.
  147. You will see that there are little
  148. graphic things either on the top of
  149. the keys or on the fronts. I'll have
  150. you play with them in a moment. There
  151. may also become abbreviations on the
  152. number keys at the top row. We will
  153. get to them in a bit. These are some
  154. of the differences. Here is the first
  155. one to tell you. While other platforms
  156. used/use ascii character. Having 128of
  157. them in the main set <there are
  158. expansions> Commodore uses the
  159. standard PETascii. You have about
  160. 256characters at your finger tips. If
  161. you think that means the characters or
  162. the letters are the same. Nope they
  163. are not. If you try to read a text
  164. type file from PET to ascii. What you
  165. will see ... iS SOMETHING ON THIS
  166. ORDER. wHERE THE CASE IS REVERSED.
  167. Also the extra characters not found in
  168. the main ascii file will show up as
  169. strange garbage if they show at all.
  170.  
  171.  Now to the story. I was around in the
  172. early days of computers. But not a
  173. member of it. I think that I still may
  174. have a popular electronic magazine
  175. with an article about the first
  176. computer for home use, the Altair. As
  177. I mentioned in an earlier part. I was
  178. a tech for Radio Shack. That machine
  179. at that time was black and white with
  180. no sound. Some coders would make a
  181. "thing". Didn't do anything on the
  182. screen. But it did play a song. What
  183. you did was tune a little portable
  184. radio off of a station. Put it about a
  185. foot away fom the keyboard. Then while
  186. loading you had a song. Not a great
  187. song because all it was doing was
  188. modulating the Radio Frequencies that
  189. where generated when the programme
  190. loaded from the  tape drive. That was
  191. the sound of that time period.
  192.  
  193.  OK here comes the Commodore 64. We
  194. now have a three voice and 9 octave
  195. sound capability. Remember that I said
  196. the Radio Shack one was black & white?
  197. The 64 has 16 colours <there are ways
  198. to increase that for your work> More
  199. sound than any one else and more
  200. colours, and more memory. All in one
  201. built in system. I have monitors from
  202. that time period. They are monochrome.
  203. Black & White, Green and Amber
  204. screens. Nor do they have an internal
  205. speaker for any sound. In my
  206. collection of papers for the C=. I
  207. have a poster that gives the
  208. capabilities of the different systems
  209. of that time, along with the prices.
  210. Best with out adding onto the system
  211. was 4 colours on another platform.
  212. Though the C= disk drive was costly at
  213. first. No way did it rival the price
  214. of another company's drive of around
  215. $1300.
  216.  
  217.  The Commodore 64 became the most
  218. popular and beloved computer. Oh you
  219. can read that in the November 1998 ce
  220. issue of PC World. Also the 64 is in
  221. the 2000 and 2001 <seen those
  222. issues>Guinness book of world records.
  223.  
  224.  Well the people have a "friendly"
  225. computer. In fact that is what the
  226. manual tells you. That "Commodore is
  227. known as the friendly Computer
  228. company..." <users manual page vii>
  229.  
  230.  What you may not know is the mindset
  231. of that time period. At the price of a
  232. home, or Personal Computer in that
  233. time. Your average teen isn't going
  234. out and buying one. Parents have to
  235. buy one. So you have to sell the
  236. product to people in their late 20s
  237. and early 30s. Hey that was me at that
  238. time. So what is so hard about that?
  239. Well today computers are an active
  240. part of day to day life. Back then,
  241. this wasn't the case. We parents of
  242. that time didn't have the same ideas
  243. as they do now. You see going back to
  244. the 50s and 60s, whereas kids. We
  245. learned about computers. These where
  246. the things in movies, cheap T.V.
  247. shows, 25 cent paperback books, and
  248. 10-12 cent comic books. That wanted to
  249. destroy all life or take over the
  250. world and enslave the people. Sure
  251. that probably makes you laugh today.
  252. But that was the input that we had in
  253. those days. Not appositive building
  254. foundation for computers in the home.
  255.  
  256.  So why should I, making $4.00 and
  257. hour. Blow close to a grand on a
  258. computer system? I mean the computer,
  259. the monitor, drives and of course some
  260. software. BTW: I have some with
  261. original price tags on them of over
  262. $40. Answer is, that I don't. I was
  263. buying a home and taking care of a
  264. wife and two sons at the time.
  265.  
  266.  Well there obviously where people
  267. that bought computers. Commodore was
  268. doing around 2 million a year in
  269. sales. This is in the early days of a
  270. computer when most people didn't even
  271. know what it was or could do. Thinking
  272. that it was a big  game machine, of a
  273. really strange typewriter of some
  274. form. At least it wasnt that
  275. electronic monster that was going to
  276. rule the world. Hmm, perhaps we were
  277. right about that part after all.
  278.  
  279.  General story goes this way. Dad for
  280. some reason, buys the C=64. Brings it
  281. home. Connects it to the T.V. Then
  282. looks into the users manual. Here is
  283. where Commodore hooks you in, the
  284. manual is written just for that setup.
  285. You see, the first part of the book is
  286. the set up that we have already
  287. covered. Save that it doesnt really
  288. talk about monitors that much and we
  289. didn't go into how to connect the
  290. audio to your stereo system.
  291.  
  292.  Lets get started on the things in the
  293. manual. Done enough sociological
  294. history. Time to experiment with the
  295. keys. So take out any disk or tape
  296. that you have in your drives. Just for
  297. safety and we will begin with the
  298. computer turned off, wait a few
  299. seconds and then back on again. This
  300. flushes the memory. Now you may find
  301. that your 64 has a small push button
  302. on it. I have saved that for this
  303. moment. That push button is a hacker
  304. additive. 99% probable that it is are
  305. set button. Give it a push and let go.
  306. If the screen moves a bit and goes
  307. back to the blue screen. You have a
  308. reset button. Books and magazines had
  309. the plans and parts lists for
  310. installing these. I have a plug-in
  311. port expander that has a reset on it
  312. as well.
  313.  
  314.  You know that I am being devious with
  315. these notes about additives to the C=.
  316. Slyly inserting bits on things that
  317. were done for the C=.Indicating a
  318. greater amount of product and
  319. background than you may have expected.
  320. That is the good part. Bad part is
  321. that you could be a reader with this
  322. extra stuff. Not knowing what it is
  323. about, and I don't mention it at all.
  324. Worse are the readers that have a
  325. stock machine and have to go through
  326. this extra drivel, on top of the
  327. ordinary drivel. At least you can see
  328. that it is a large world for the C=.
  329.  
  330.  That all said, I must get back to the
  331. keys. Manual takes you through things
  332. in a simple, and friendly way. Great
  333. method to hook the father into the C=.
  334. He has the cheque book, and the
  335. greatest fears of the new tech of the
  336. computer. That might sound silly
  337. today. It was the reality of the time.
  338.  
  339.  Press a key and you see the letter
  340. show up on the screen. Today that is
  341. taken for granted. First time the guy
  342. did that in the 80s. Seeing his name
  343. or what ever was typed on his T.V. Now
  344. that was radically impressive. A
  345. sensation of wonder and a touch of
  346. fear. OK now then I don't have to tell
  347. you about the fact the keys are like a
  348. typewriter with some extra ones. You
  349. are experienced in that already. Lets
  350. mess around with the different keys.
  351.  
  352.  The CONTROL [CNTRL] key and the C=key
  353. have a specific use at this time. Yeah
  354. they do more, but not just yet. So
  355. press the CNTRL key and the number1
  356. key. That light blue flashing box just
  357. changed to a black one. Type your
  358. name. Yeah it is all in black.
  359.  
  360.  A fast look at the number keys,
  361. depending on your model, show some
  362. abbreviations as I mentioned earlier.
  363. Except for 9 and 0. Lets get to those
  364. now. You should still be in black. So
  365. just press CNTRL and the number 9.Hmm
  366. doesn't look like anything happened
  367. right? Try typing in your name again.
  368. Ah there it is, but in what is called
  369. reverse video. Looks rather cruddy too
  370. doesn't it? Black sort of doesn't go
  371. well in reverse video over that blue
  372. background. Well you can change the
  373. background and the border. In fact
  374. there are some little home brew
  375. programmes that floated around that
  376. will give you all the colour
  377. combinations. So you can see what
  378. looks the best for you. Now just press
  379. the space bar a few times. You have
  380. now a black bar. Press CNTRL and 0.
  381. That turns off the reverse video.
  382.  
  383.          CONTINUED IN SECTION 2
  384.  
  385.